(ange-ftp-try-passive-mode)
authorPavel Janík <Pavel@Janik.cz>
Sun, 12 May 2002 20:35:41 +0000 (20:35 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 12 May 2002 20:35:41 +0000 (20:35 +0000)
(ange-ftp-passive-host-alist): Change :version attributes to be strings.

lisp/net/ange-ftp.el

index a4043fb80e69c7e59305353c1361727e0e7602fe..720255726adac6fd17e20e6d2bf2e34311239f74 100644 (file)
@@ -1000,7 +1000,7 @@ Don't use any other value."
   "It t, try to use passive mode in ftp, if the client program supports it."
   :group 'ange-ftp
   :type 'boolean
-  :version 21.1)
+  :version "21.1")
 
 (defcustom ange-ftp-passive-host-alist nil
   "Alist of FTP servers that need \"passive\" mode.
@@ -1012,7 +1012,7 @@ or nil meaning don't change it."
   :type '(repeat (cons regexp (choice (const :tag "On" "on")
                                      (const :tag "Off" "off")
                                      (const :tag "Don't change" nil))))
-  :version 21.4)
+  :version "21.4")
 \f
 ;;;; ------------------------------------------------------------
 ;;;; Hash table support.